@include('other_services::public.other_services.partial.header')
@include('other_services::public.other_services.partial.aside')
{{$other_services->title}}

{!! $other_services['text'] !!}

{!! $other_services['service'] !!}
{!! Form::text('text') -> label(trans('other_services::other_services.label.text')) -> required() -> placeholder(trans('other_services::other_services.placeholder.text'))!!}
{!! Form::text('service') -> label(trans('other_services::other_services.label.service')) -> required() -> placeholder(trans('other_services::other_services.placeholder.service'))!!}